Global Index
HTML5 JS API Index > File API Tutorials & Specs

FileList

This interface is a list of File objects.

Properties
unsigned long
length
must return the number of files in the FileList object. If there are no files, this attribute must return 0.
Operations
File?
item(unsigned long index)
must return the indexth File object in the FileList. If there is no indexth File object in the FileList, then this method must return null.
Referenced by
DataTransferfiles
HTMLInputElementfiles